Quickbook API
Amending a booking
POST /booking/amend
Description
Amend an existing booking.
Authorization
The Authorization
header carried the API access token in the format AL client_id:client_secret
. Please see Security page for more information.
Content Type
application/json
Request
Note that all information for the amendment must be provided, not only the new information.
Please refer to Creating a booking without quotation section in the Creating a booking page.
Response
{
"job_uuid" : "36b5ffa8-61f0-11e5-9d70-feff819cdc9f",
"job_number" : "654321",
"booking_status" : "amended"
}
Parameters | Description |
---|---|
job_uuid | Unique system identified for the booking |
job_number | User reference for the booking. Needs to be used in conjunction with the booking date |
booking_status | The booking status for your journey. This should be amended |